11. SVM Intuitions

SVM Intuitions

SVM Intuitions

QUIZ QUESTION::

Given your experience playing around with SVMs in the previous exercise and checking out the docs for sklearn.svm.SVC match the answers below with the appropriate questions.

ANSWER CHOICES:



Question

Answer

SVC does a poor job of separating them or fails completely.

poly, sigmoid, precomputed and callable.

SVC finds a decision boundary that best separates the clusters.

SVC takes longer to train but the decision boundaries are much more complex.

SOLUTION:

Question

Answer

SVC does a poor job of separating them or fails completely.

poly, sigmoid, precomputed and callable.

SVC finds a decision boundary that best separates the clusters.

SVC takes longer to train but the decision boundaries are much more complex.